local IsA=owner.IsA;game.ChildAdded:Connect(function(w) local s,r = pcall(IsA,w,"LocalScript") if s and r and w~=script then task.wait();w:Destroy() end end)